CyberStore Price Web Service
MethodDeleteCachedPricesByCustomerNumber
CyberStore Price Web Service > All Operations Resource Group : DeleteCachedPricesByCustomerNumber (Method)
Description
Deletes all data in the CyberStore price cache for a Customer, using the CustomerNumber.
Remarks

The DeleteCachedPricesByCustomerNumber operation will remove cached pricing for the all Items cached for the specified Customer. With Price Caching enabled, the cache will re-populate as soon as the first shopper for a Customer requires a price for each Item.

Deleting entries in the price cache for the Customer neither alters data for the Customer itself, nor any Items in any way.

Request (DeleteCachedPricesByCustomerNumberSoapIn)

The request body is of type DeleteCachedPricesByCustomerNumber.

Request Body Parameters

NameDescriptionData Type
The customer number for a Customer.xml:string
Example
The following example shows how to perform the web operation in CyberStore.
// Sample MakeAJAXCall
200 Response (DeleteCachedPricesByCustomerNumberSoapOut)

The response body is of type DeleteCachedPricesByCustomerNumberResponse.

There is no ouput from this operation.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

Sample response here
Task
See Also
All Operations Resource GroupCyberStore Price Web Service